putAll

(alias) function putAll(map: map<-K, -V>)

Deprecated

Use 'put_all' instead

Updates this map with key/value pairs from the specified map.

Alias

Alias target

Since

0.9.0

Parameters

map

The map to put key-value pairs from.